ubi: Kconfig: Fix MTD_UBI selection dependency
authorKarl Beldan <[email protected]>
Wed, 12 Jul 2017 16:11:43 +0000 (16:11 +0000)
committerTom Rini <[email protected]>
Mon, 24 Jul 2017 11:33:33 +0000 (07:33 -0400)
Remove the ARCH_SUNXI dependency on selection of RBTREE.

Cc: Boris Brezillon <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Jagan Teki <[email protected]>
Signed-off-by: Karl Beldan <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
drivers/mtd/ubi/Kconfig

index cb9ba78681edef0163945fdbc7e89ca7ad0d369e..165273e4389938044d613f8948bb3c9f660e6a97 100644 (file)
@@ -3,7 +3,7 @@ menu "UBI support"
 config MTD_UBI
        bool "Enable UBI - Unsorted block images"
        select CRC32
-       select RBTREE if ARCH_SUNXI
+       select RBTREE
        help
          UBI is a software layer above MTD layer which admits of LVM-like
          logical volumes on top of MTD devices, hides some complexities of